價格:免費
更新日期:2019-03-20
檔案大小:2.6M
目前版本:1.0.2
版本需求:Android 5.0 以上版本
官方網站:http://www.datasciencewoes.com
Email:datasciencewoes@gmail.com
# Lightweight Mastermind
### How to Play
The point of the game is to guess a pattern of numbers in the smallest number of turns.
Each guess you make will receive a report for the number of black and white slots.
* A black number means a slot contains the correct number in the correct slot.
* A white number means a slot contains the correct number in the wrong slot.
### Example
Say the code sequence is 2, 1, 3, 5 and we make the following guess 1, 2, 3, 4. The report is 1 black and 2 white.
The far right of the table reports that the guess receives 1 black and 2 whites.
We can see that slot 3 is the black slot since it is the correct number in the correct slot.
Slots 1 & 2 are white, because they are the right numbers in the wrong places.
If we didn't know the actual code sequence, then we would have to guess which slots match are black and white.
You can find out more about the game on https://en.wikipedia.org/wiki/Mastermind_(board_game).
Have fun cracking the code!